バージョン

RecyclingContainer<T> クラス

リサイクルをサポートするオブジェクトの基本クラス。
シンタックス
'宣言
 
Public MustInherit Class RecyclingContainer(Of T As FrameworkElement) 
   Implements ISupportRecycling 
public abstract class RecyclingContainer<T> : ISupportRecycling  
where T: FrameworkElement
型パラメータ
T
このオブジェクトを表す System.Windows.FrameworkElement のタイプ。
参照